home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / SEARCH.HLP < prev    next >
Text File  |  1988-06-21  |  291b  |  8 lines

  1. \ SEARCH.HLP    Some string search and replace routines.
  2.  
  3. SEARCH          ( sadr slen badr blen -- n f )
  4.         Search for string sadr,slen contained in badr,blen. Returns
  5.         f1 equal true if found, and n1 equal to the offset into the
  6.         string where sadr,slen was found.
  7.  
  8.